Update 3(version 1.0e) (2015 / 03 / 01)


Installation:
Copy files to your CS2D folder. If you change the name of the folder CS2DTibia change it in server.lua. To start the server open cs2d, click new game. The options are the next:
Map: tibia edition nick
mode: deathmatch
lua:server.lua or cs2dtibia/server.lua
Buy time 0
Money 0
And any other option you want. If you want to edit basic server configuration, such as starting items it is done in the config.lua but be careful and always keep a backup in case you break something.

functions.lua:
Here are the functions of the map. For example, the function that shows the menu.

hooks.lua:
Here are the hooks(they're like triggers) and the function thoose hooks link to. Here you will find, for example, the say hook with the say function.

monsters.lua:
Here is the monster configuration.

npcs.lua:
Here are the npc(such as sellers and speaking npc).

admin.lua:
Edit the USGN in adminList = {} to make you admin. Here you will find the admin and minimod commands, and you can edit them.

items.lua:
Here are the items configuration.

config.lua:
Here is the basic server configuration(suchy as starting lvl, items, pvp/safe/house zones).

gfx/weiwen: Here go all the graphics for your tibia server.

Credits:
CS2D Tibia script was made by weiwen. He is the true creator of this. I don't mean to steal any credit from him, i simply see what he did as an engine for a huge variety of games, and i tryed to do my best to make one with it. It was later edited by proerd888, who changed the map and some other things. Then i edited it, balancing many things, adding new content, fixing bugs and making a bigger map.